ShowOutliers Property (BoxWhisker<T>)
In This Topic
Gets or sets a value that determines whether to show the outliers for the Box and Whisker chart.
Syntax
'Declaration
Public Property ShowOutliers As System.Boolean
'Usage
Dim instance As BoxWhisker(Of T)
Dim value As System.Boolean
instance.ShowOutliers = value
value = instance.ShowOutliers
public System.bool ShowOutliers {get; set;}
public read-write property ShowOutliers: System.Boolean;
public function get,set ShowOutliers : System.boolean
public: __property System.bool get_ShowOutliers();
public: __property void set_ShowOutliers(
System.bool value
);
public:
property System.bool ShowOutliers {
System.bool get();
void set ( System.bool value);
}
See Also